home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
appletalk
/
uab.shar
/
log.h
< prev
next >
Wrap
Text File
|
1990-07-12
|
974b
|
35 lines
/*
* $Author: cck $ $Date: 88/09/14 10:19:55 $
* $Header: /src/local/mac/cap/etalk/RCS/log.h,v 1.3 88/09/14 10:19:55 cck Rel $
* $Revision: 1.3 $
*/
/*
* log.h - simple logging facility header file
*
*
* Copyright (c) 1988 by The Trustees of Columbia University
* in the City of New York.
*
* Permission is granted to any individual or institution to use,
* copy, or redistribute this software so long as it is not sold for
* profit, provided that this notice and the original copyright
* notices are retained. Columbia University nor the author make no
* representations about the suitability of this software for any
* purpose. It is provided "as is" without express or implied
* warranty.
*
*
* Edit History:
*
* Aug, 1988 CCKim created
*
*/
/* logging flags */
#define L_UERR 0x20 /* want unix error message */
#define L_EXIT 0x10 /* exit after logging */
#define L_LVL 0xf /* debug levels */
#define L_LVLMAX 15 /* maximum level */